projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afed7f9
)
* etc/syncdoc-type-hierarchy.el (syncdoc-lispref-dir): Clean-up.
author
Andrea Corallo
<acorallo@gnu.org>
Mon, 19 Feb 2024 16:47:45 +0000
(17:47 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Mon, 19 Feb 2024 16:47:45 +0000
(17:47 +0100)
etc/syncdoc-type-hierarchy.el
patch
|
blob
|
history
diff --git
a/etc/syncdoc-type-hierarchy.el
b/etc/syncdoc-type-hierarchy.el
index 10bcb059ac85f311104be86a551fff0fdfaba1ab..b3dfe63406aeddd0fb3d213250ccbe867d328d93 100644
(file)
--- a/
etc/syncdoc-type-hierarchy.el
+++ b/
etc/syncdoc-type-hierarchy.el
@@
-37,11
+37,10
@@
(require 'cl-lib)
(require 'org-table)
-(eval-and-compile
- (defconst syncdoc-lispref-dir (concat (file-name-directory
- (or load-file-name
- buffer-file-name))
- "../doc/lispref/")))
+(defconst syncdoc-lispref-dir (concat (file-name-directory
+ (or load-file-name
+ buffer-file-name))
+ "../doc/lispref/"))
(defun syncdoc-insert-dot-content (rankdir)
(maphash (lambda (child parents)